home *** CD-ROM | disk | FTP | other *** search
- LOGICAL(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- LLOOGGIICCAALL - Converts between kinds of logical
-
- SSYYNNOOPPSSIISS
- LLOOGGIICCAALL (([LL==]_l [,,[KKIINNDD==]_k_i_n_d]))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The LLOOGGIICCAALL intrinsic function converts between kinds of logical. It
- accepts the following arguments:
-
- _l Must be of type logical
-
- _k_i_n_d Must be a scalar integer initialization expression
-
- LLOOGGIICCAALL is an elemental function. The name of this intrinsic cannot
- be passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result type is logical. If _k_i_n_d is present, the kind type
- parameter is that specified by _k_i_n_d; otherwise, the kind type
- parameter is that of default logical. The value is that of _l.
-
- EEXXAAMMPPLLEESS
- LLOOGGIICCAALL((LL ..OORR.. ..NNOOTT.. LL)) has the value true and is of type default
- logical, regardless of the kind type parameter of the logical variable
- _l.
-
- SSEEEE AALLSSOO
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-